Skip to content

Commit

Permalink
Added editorconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoeder committed Oct 28, 2021
1 parent 2ba2ed6 commit d916200
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
root = true

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

[{Makefile, Makefile*}]
indent_size = 4
indent_style = tab

[{Dockerfile, Dockerfile*}]
indent_size = 2
indent_style = space

[*.{json,md,sql,ttl,yml,xml}]
indent_size = 2
indent_style = space

0 comments on commit d916200

Please sign in to comment.