Skip to content

Commit 5064af4

Browse files
author
Federico Fissore
committed
Added .editorconfig files http://editorconfig.org/
1 parent f17cc83 commit 5064af4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

Diff for: app/.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 2
12+
charset = utf-8
13+
14+
[*.{md,adoc}]
15+
indent_style = space
16+
trim_trailing_whitespace = false

Diff for: arduino-core/.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 2
12+
charset = utf-8
13+
14+
[*.{md,adoc}]
15+
indent_style = space
16+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)