Skip to content

Commit

Permalink
Include .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Feb 9, 2023
1 parent 03ab4b1 commit 8ef7528
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_size = 4

[*.{r,r3,reb,c,h,cpp}]
indent_style = tab

[*.{r,r3,reb}]
charset = utf-8

[*.{bat,vcproj,vcxproj,sln,vbs,rc}]
end_of_line = crlf

[*.{yml}]
indent_style = space
indent_size = 2

[LICENSE]
end_of_line = crlf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/**/msvc/
!/.github
!/.gitignore
!/.editorconfig
!/tree/
!/test/
!/siskin.r3
Expand Down

0 comments on commit 8ef7528

Please sign in to comment.