Editorconfig : Add general styling.
This commit is contained in:
parent
376c6196d1
commit
e08c8a881a
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = tab
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,6 +10,9 @@
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/.gitconfig
|
!/.gitconfig
|
||||||
|
|
||||||
|
# Editorconfig.
|
||||||
|
!/.editorconfig
|
||||||
|
|
||||||
# bash.
|
# bash.
|
||||||
!/.bashrc
|
!/.bashrc
|
||||||
|
|
||||||
|
|
Reference in a new issue