Skip to content

Commit

Permalink
Added new .editorconfig for configuration of coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Nov 2, 2024
1 parent ad3ae5c commit 6857e0b
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 @@
root = true

# Default for all files
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

# YAML
[*.{yml,yaml}]
indent_size = 2

0 comments on commit 6857e0b

Please sign in to comment.