Skip to content

Commit b222d43

Browse files
author
Nicola Spanti (RyDroid)
committed
Adding a file for EditorConfig
1 parent 9688f34 commit b222d43

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
2+
# http://EditorConfig.org
3+
4+
# top-most EditorConfig file
5+
root = true
6+
7+
# LF end-of-line, insert an empty new line and UTF-8
8+
[*]
9+
end_of_line = lf
10+
insert_final_newline = true
11+
charset = utf-8
12+
13+
# Tab indentation
14+
[makefile,Makefile]
15+
indent_style = tab

0 commit comments

Comments
 (0)