Skip to content

Commit

Permalink
fix(imp): Added initial editorconfig file to have some alignment on c…
Browse files Browse the repository at this point in the history
…ode styles.
  • Loading branch information
bodiam committed Feb 21, 2022
1 parent 099f7fc commit 47d66a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
charset = utf-8

# Matches multiple files with brace expansion notation
# Set default charset
[*.{java,kt}]
indent_size = 4

[*.yml]
indent_size = 2

0 comments on commit 47d66a4

Please sign in to comment.