Skip to content

Commit

Permalink
Change TAB size
Browse files Browse the repository at this point in the history
* Now the defined TAB size is 4 and GitHub should respect this settings.
  • Loading branch information
Vojtech-Sassmann committed Nov 5, 2018
1 parent fe35c46 commit 31a56ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
indent_style = tab
indent_size = 4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ nb-configuration.xml
# LINUX ignore #

.*
!.editorconfig
!.gitignore
!.gitattributes
*~
Expand Down

0 comments on commit 31a56ee

Please sign in to comment.