Skip to content

Commit

Permalink
Integration of .editorconfig (OpenXRay#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeIvlev authored May 20, 2020
1 parent 47f8863 commit 68cd2f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
charset = utf-8
insert_final_newline = true

[*.{c,h,cpp,hpp}]
indent_style = space
indent_size = 4
max_line_length = 120
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!.git*
!.appveyor*
!.travis.yml
!.editorconfig

# exclude binaries and temporary files
CMakeCache.txt
Expand Down

0 comments on commit 68cd2f6

Please sign in to comment.