Skip to content

Commit

Permalink
Update editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 19, 2024
1 parent 2b53fb1 commit e176836
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# top-most EditorConfig file
# https://editorconfig.org/
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120

# Matches the exact files either package.json or .travis.yml
[*.{json,yml,yaml}]
indent_style = space
indent_size = 2

0 comments on commit e176836

Please sign in to comment.