Skip to content

Commit

Permalink
Add .editorconfig file (#133)
Browse files Browse the repository at this point in the history
Adds an [editorconfig file](https://editorconfig.org) which allows
editors to default to the correct indentation and general file
formatting used by code in this repo.
  • Loading branch information
MaxDesiatov authored Dec 1, 2024
1 parent c24e034 commit 059cd4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 059cd4f

Please sign in to comment.