Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
Introduced by cotes2020#119
  • Loading branch information
cotes2020 authored and sanjidnet committed Dec 26, 2023
1 parent a48ffb5 commit d9e6dc7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ root = true

[*]
charset = utf-8
# 2 space indentation
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true

[*.{js,css,scss}]
quote_type = single

[*.{yml,yaml}]
quote_type = double

[*.md]
trim_trailing_whitespace = false

0 comments on commit d9e6dc7

Please sign in to comment.