Skip to content

Commit

Permalink
Merge pull request #26 from jakob-bagterp/feature/add-editor-config
Browse files Browse the repository at this point in the history
Feature: Add new .editorconfig for configuration of coding style
  • Loading branch information
jakob-bagterp authored Nov 2, 2024
2 parents ad3ae5c + 6857e0b commit 161c8ff
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 161c8ff

Please sign in to comment.