Skip to content

Commit 5d59154

Browse files
starksm64johnament
authored andcommitted
copy config project .editorconfig file
Signed-off-by: Scott M Stark <[email protected]>
1 parent b5123e9 commit 5d59154

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# http://editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
indent_style = space
9+
indent_size = 4
10+
end_of_line = lf
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true
14+
15+
[*.md]
16+
trim_trailing_whitespace = false
17+
18+
[*.adoc]
19+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)