Skip to content

Commit

Permalink
Adding .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Oct 12, 2024
1 parent b33a7c5 commit b1a9371
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# EditorConfig <https://EditorConfig.org>
root = true

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

0 comments on commit b1a9371

Please sign in to comment.