Skip to content

Commit

Permalink
Remove redundant EditorConfig properties
Browse files Browse the repository at this point in the history
The insert_final_newline and trim_trailing_whitespace properties do not
have to be enabled for CMakeLists.txt as they are already enabled for
all files.
  • Loading branch information
gszy authored and strk committed Mar 31, 2020
1 parent 18bfef9 commit 312c085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ end_of_line = crlf
[CMakeLists.txt]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

# CMake modules
[*.cmake]
Expand Down

0 comments on commit 312c085

Please sign in to comment.