NEWS: Fix misindented bullet point
[libvirt.git] / .editorconfig
blobe766441a50a4f6d12ac2b3d657dab79677f4c043
1 # EditorConfig is a file format and collection of text editor plugins
2 # for maintaining consistent coding styles between different editors
3 # and IDEs. Most popular editors support this either natively or via
4 # plugin.
6 # Check https://editorconfig.org for details.
8 root = true
10 [*]
11 end_of_line = lf
12 insert_final_newline = true
13 charset = utf-8
15 [*.c]
16 indent_style = space
17 indent_size = 4
19 [*.{rng,xml}]
20 indent_style = space
21 indent_size = 2