Skip to content

Commit

Permalink
style(editorconfig): update newline setting
Browse files Browse the repository at this point in the history
The setting wasn't consistent with the one used in the Visual Studio
Code settings, which caused different newline formatting depending on
whether the user uses Visual Studio Code or another editor that uses
EditorConfig.
  • Loading branch information
flyingthingsintothings authored and dagar committed May 15, 2024
1 parent ee2a8c9 commit 9fd1c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
insert_final_newline = false
insert_final_newline = true

[{*.{c,cpp,cc,h,hpp},CMakeLists.txt,Kconfig}]
indent_style = tab
Expand Down

0 comments on commit 9fd1c54

Please sign in to comment.