Skip to content

Commit 2c1fa7e

Browse files
committed
Add .editorconfig
1 parent fa3fed8 commit 2c1fa7e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
10+
[*.el]
11+
indent_style = space
12+
max_line_length = 80

0 commit comments

Comments
 (0)