Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Feb 8, 2025
1 parent ed86c12 commit 5dd8a8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
root = true

[*.{py,toml,tex}]
[*.{py,rst,toml}]
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
Expand All @@ -10,10 +10,10 @@ insert_final_newline = true
max_line_length = 100
indent_size = 4

[*.toml]
max_line_length = 150
[*.rst]
max_line_length = 100
indent_size = 2

[*.tex]
max_line_length = 0
[*.toml]
max_line_length = 150
indent_size = 2

0 comments on commit 5dd8a8a

Please sign in to comment.