This commit is contained in:
Alexander Popov 2022-10-08 00:32:03 +03:00
parent dfb33eb783
commit 4f72bea6f4
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 9 additions and 9 deletions

View File

@ -30,6 +30,15 @@ indent_size = 2
indent_style = space
indent_size = 4
# JavaScript
[*.js]
indent_style = space
indent_size = 2
[package.json]
indent_style = space
indent_size = 2
# Web Sites
[{*.html,*.css,*.json}]
indent_style = tab
@ -52,15 +61,6 @@ indent_size = 4
indent_style = tab
indent_size = 4
# JavaScript
[*.js]
indent_style = space
indent_size = 2
[package.json]
indent_style = space
indent_size = 2
## for this repo
[~/SSH/config]
indent_style = tab