Skip to content

Commit

Permalink
chore: Use spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 27, 2024
1 parent 52f5ae8 commit 3f7399f
Show file tree
Hide file tree
Showing 9 changed files with 7,284 additions and 7,289 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
root = true

[*]
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,yml,md,babelrc,remarkrc}]
indent_style = space
indent_size = 2
2 changes: 0 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "es5",
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 70,
"useTabs": false,
"trailingComma": "none",
"proseWrap": "never"
}
Expand Down
Loading

0 comments on commit 3f7399f

Please sign in to comment.