Skip to content

Commit

Permalink
chore: add editor config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sstroemer authored Aug 14, 2024
1 parent 1be35d4 commit 5cf14d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Documentation: https://EditorConfig.org
# Inspired by Calliope .editorconfig file

root = true

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

[*.yaml]
indent_size = 2

[*.md]
trim_trailing_whitespace = true
indent_size = 4

[LICENSE]
insert_final_newline = false

0 comments on commit 5cf14d8

Please sign in to comment.