Skip to content

Commit 3fa3e27

Browse files
author
David Herrmann
committed
build: drop redundant editorconfig comments
The comments in .editorconfig do not add any real value. The directives in the configuration should be self-describing. Furthermore, the Editorconfig project is easy to search for online, so no need to include and maintain URIs here. Signed-off-by: David Herrmann <[email protected]>
1 parent f8a088d commit 3fa3e27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.editorconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# EditorConfig configuration for base
2-
# http://EditorConfig.org
3-
4-
# top-most EditorConfig file
51
root = true
62

7-
# Unix-style newlines with a newline ending every file, utf-8 charset
83
[*]
94
end_of_line = lf
105
insert_final_newline = true
116
trim_trailing_whitespace = true
127
charset = utf-8
138

14-
# match config files, set indent to spaces with width of eight
159
[*.{c,h}]
1610
indent_style = space
1711
indent_size = 8

0 commit comments

Comments
 (0)