Skip to content

Commit c84f8a6

Browse files
author
Daniel Kroening
authored
Merge pull request #326 from rjmunro/editorconfig
Add .editorconfig file
2 parents 4e85606 + 0d716f7 commit c84f8a6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
6+
indent_style = space
7+
indent_size = 2
8+
9+
trim_trailing_whitespace = true
10+
11+
max_line_length = 80
12+
end_of_line = lf
13+
insert_final_newline = true
14+
15+
[*patch]
16+
# Trailing spaces are significant in patch files
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)