This commit is contained in:
2023-01-04 15:24:10 +03:00
parent 53425032c8
commit 807a9172d0
5 changed files with 37 additions and 2 deletions
+8
View File
@@ -12,5 +12,13 @@ insert_final_newline = true
indent_style = space
indent_size = 2
[*.json]
indent_style = tab
indent_size = 4
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false