Skip to content

Commit d2c2318

Browse files
stsquadbonzini
authored andcommitted
add .editorconfig definition
This is a editor agnostic configuration file to specify the indentation style for the project. It is supported by both Emacs and Vim as well as some other inconsequential editors. Signed-off-by: Alex Bennée <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 9365569 commit d2c2318

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.
5+
#
6+
# Check https://editorconfig.org for details.
7+
8+
root = true
9+
10+
[*]
11+
end_of_line = lf
12+
insert_final_newline = true
13+
charset = utf-8
14+
indent_style = tab
15+
indent_size = 8

0 commit comments

Comments
 (0)