Skip to content

Commit

Permalink
chore: added editorconfi file
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
  • Loading branch information
themr0c committed Nov 29, 2024
1 parent 42b1ae7 commit b2c6aae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#editorconfig.org
root = true

[{*.yml, *.yaml, *.json, *.js, *.jsx, *.ts, *.tsx, *.html, *.css, *.scss, *.less, *.md}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.go]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true

0 comments on commit b2c6aae

Please sign in to comment.