Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
Only for CMake files for now
  • Loading branch information
psalz committed Jan 26, 2022
1 parent 31985fb commit 2b1afac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# editorconfig.org
root = true

[*]
end_of_line = lf

[{CMakeLists.txt, *.cmake}]
indent_style = space
indent_size = 2

0 comments on commit 2b1afac

Please sign in to comment.