summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 7303759ed7d883ff7d699be87b5ab1b6948712a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# EditorConfig is a file format and collection of text editor plugins
# for maintaining consistent coding styles between different editors
# and IDEs. Most popular editors support this either natively or via
# plugin.
#
# Check https://editorconfig.org for details.
#
# Emacs: you need https://github.com/10sr/editorconfig-custom-majormode-el
# to automatically enable the appropriate major-mode for your files
# that aren't already caught by your existing config.
#

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.mak]
indent_style = tab
indent_size = 8
emacs_mode = makefile

[Makefile*]
indent_style = tab
indent_size = 8
emacs_mode = makefile

[*.{c,h,c.inc,h.inc}]
indent_style = space
indent_size = 4
emacs_mode = c

[*.sh]
indent_style = space
indent_size = 4

[*.{s,S}]
indent_style = tab
indent_size = 8
emacs_mode = asm

[*.{vert,frag}]
emacs_mode = glsl

[*.json]
indent_style = space
emacs_mode = python
+0200'>2020-09-181-1/+1 * Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star * Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-24/+12Star * Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-16/+27 * xen-legacy-backend: Add missing typedef XenLegacyDeviceEduardo Habkost2020-08-271-0/+1 * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-11/+0Star * qdev: Unrealize must not failMarkus Armbruster2020-05-152-2/+2 * xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-1/+4 * global: Squash 'the the'Dr. David Alan Gilbert2019-11-061-1/+1 * xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant2019-09-241-0/+3 * xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant2019-09-241-0/+2 * xen / notify: introduce a new XenWatchList abstractionPaul Durrant2019-09-241-1/+2 * xen: Fix ring.h headerAnthony PERARD2019-08-271-6/+7 * Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star * Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star * Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star * Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star * xen: Import other xen/io/*.hAnthony PERARD2019-06-2411-1/+2893 * Revert xen/io/ring.h of "Clean up a few header guard symbols"Anthony PERARD2019-06-241-3/+3 * xen-bus / xen-block: add support for event channel pollingPaul Durrant2019-06-241-1/+1 * xen-bus: allow AioContext to be specified for each event channelPaul Durrant2019-06-241-0/+1 * xen-bus: use a separate fd for each event channelPaul Durrant2019-06-241-4/+2Star * Clean up a few header guard symbolsMarkus Armbruster2019-06-121-3/+3 * Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star * Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-131-3/+3 * Clean up header guards that don't match their file nameMarkus Armbruster2019-05-13