Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit de4536a

Browse files
committed
Add editorconfig
1 parent 943e003 commit de4536a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# this should work for all editors that support .editorconfig!
2+
#
3+
# on debian, emacs users should install elpa-editorconfig and vim
4+
# users should install vim-editorconfig.
5+
6+
root = true
7+
8+
[*]
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
end_of_line = lf
13+
charset = utf-8
14+
indent_size = 4
15+
max_line_length = 78
16+
17+
[Makefile]
18+
indent_style = tab

0 commit comments

Comments
 (0)