Skip to content

Commit

Permalink
chore: update .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoeunes committed May 8, 2024
1 parent b52b77e commit 26a2bdc
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true

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

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[auto_closer.yaml]
indent_size = 2

[COMMIT_EDITMSG]
max_line_length = 0

0 comments on commit 26a2bdc

Please sign in to comment.