Skip to content

Commit 0064334

Browse files
committed
Add .editorconfg
1 parent 9273f3e commit 0064334

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 awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
charset = utf-8
10+
11+
[*.el]
12+
indent_style = space
13+
14+
[Makefile]
15+
indent_style = tab

0 commit comments

Comments
 (0)