Skip to content

Commit

Permalink
Add an .editorconfig config (#4259)
Browse files Browse the repository at this point in the history
Fixes: #4253
  • Loading branch information
coliff committed Jun 13, 2024
1 parent 96482e5 commit 5093bf4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"stylelint.vscode-stylelint"
]
}
}

0 comments on commit 5093bf4

Please sign in to comment.