Skip to content

Commit

Permalink
Add initial .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Apr 8, 2022
1 parent d1259a5 commit f62bfac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig coding styles definitions. For more information about the
# properties used in this file, please see the EditorConfig documentation:
# http://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = LF
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,json}]
indent_size = 2
indent_style = space

[*.{md,diff}]
trim_trailing_whitespace = false

0 comments on commit f62bfac

Please sign in to comment.