Skip to content

Commit

Permalink
[repo] Add editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicw committed Nov 10, 2021
1 parent 9e38395 commit 5598bbd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# EditorConfig (http://editorconfig.org/)
root = true

# Default Settings
[*]
charset = utf-8
end_of_line = lf
tab_width = 2
indent_size = 2
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true
insert_final_newline = true

[*.{sv,svh,v,vg}]
max_line_length = 100

[{Makefile,Makefile.*,*.mk,*.mk.*}]
indent_style = tab

[*.py]
indent_size = 4

0 comments on commit 5598bbd

Please sign in to comment.