Skip to content

Commit 6123f0e

Browse files
unmatched-parenChristopher Baines
authored and
Christopher Baines
committed
Add EditorConfig specification.
* .editorconfig: New file. Signed-off-by: Christopher Baines <mail@cbaines.net>
1 parent e67f9d7 commit 6123f0e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
9+
[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
10+
max_line_length = 85
11+
12+
[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
13+
indent_style = space
14+
15+
[*.{c,h,cpp,hpp}{,.in}]
16+
indent_size = 4

0 commit comments

Comments
 (0)