Skip to content

Commit

Permalink
Add EditorConfig (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring authored Jul 11, 2022
1 parent 5bad231 commit 382264d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true

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

[*.{sh,json}]
indent_size = 4

[*.md]
max_line_length = off
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"editorconfig.editorconfig",
"ms-vscode-remote.remote-containers",
"rebornix.ruby"
]
Expand Down

0 comments on commit 382264d

Please sign in to comment.