Run pre-commit to warm up cache
This commit is contained in:
parent
94a4817e70
commit
90590626b8
7 changed files with 109 additions and 14 deletions
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
# Non-standard
|
||||
quote_type = single
|
||||
|
||||
[*.{diff,patch}]
|
||||
indent_style = unset
|
||||
indent_size = unset
|
Loading…
Add table
Add a link
Reference in a new issue