Editorconfig : Add general styling.

This commit is contained in:
Dmitry Voronin 2023-12-09 16:05:40 +03:00
parent 376c6196d1
commit e08c8a881a
2 changed files with 10 additions and 0 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab

3
.gitignore vendored
View file

@ -10,6 +10,9 @@
!/.gitignore
!/.gitconfig
# Editorconfig.
!/.editorconfig
# bash.
!/.bashrc