Skip to content

Commit

Permalink
add editorconfig (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir authored Jul 17, 2023
1 parent 9d6bc76 commit 94250bb
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 @@
root = true

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

[*.{lua,vim}]
max_line_length = 100
indent_size = 2

[*.{md,yml,yaml,toml}]
indent_size = 2

0 comments on commit 94250bb

Please sign in to comment.