mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
refactor: migrate from spaces to tabs
This commit is contained in:
@@ -5,7 +5,6 @@ root = true
|
|||||||
|
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_size = 2
|
indent_style = tab
|
||||||
indent_style = space
|
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
{
|
{
|
||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 2,
|
"useTabs": true,
|
||||||
"trailingComma": "es5",
|
"tabWidth": 4,
|
||||||
"overrides": [
|
"printWidth": 100,
|
||||||
{
|
"trailingComma": "es5",
|
||||||
"files": "*.md",
|
"overrides": [
|
||||||
"options": {
|
{
|
||||||
"singleQuote": false
|
"files": "*.md",
|
||||||
}
|
"options": {
|
||||||
}
|
"singleQuote": false,
|
||||||
]
|
"tabWidth": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user