Skip to content

Commit

Permalink
Add .editorconfig for consistent indentation across developers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jan 24, 2025
1 parent 6268180 commit c1ac4f7
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 @@
# EditorConfig is awesome: https://editorconfig.org
root = true

[*]

indent_style = space
tab_width = 8
indent_size = 3

end_of_line = lf
insert_final_newline = true

max_line_length = 120
trim_trailing_whitespace = true

0 comments on commit c1ac4f7

Please sign in to comment.