Skip to content

Commit

Permalink
build: drop redundant editorconfig comments
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
David Herrmann committed Mar 3, 2017
1 parent cc94379 commit 208f4a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# EditorConfig configuration for base
# http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file, utf-8 charset
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

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

0 comments on commit 208f4a2

Please sign in to comment.