Skip to content

Commit

Permalink
chore: added editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
azhar22k committed Aug 5, 2024
1 parent 529a513 commit 3a8fed2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
root = true

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

[Makefile]
indent_style = tab

[*.py]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[*.toml]
indent_size = 2

[*.json]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
indent_size = 4

[*.j2]
indent_size = 2
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ dmypy.json
# Pyre type checker
.pyre/

.vscode/
.vscode/

0 comments on commit 3a8fed2

Please sign in to comment.