mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
restructure the rest of the files
This commit is contained in:
21
.editorconfig
Normal file
21
.editorconfig
Normal file
@@ -0,0 +1,21 @@
|
||||
root = true
|
||||
[*]
|
||||
indent_style = space
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
[*.{build,css,doap,scss,ui,xml,xml.in,xml.in.in,yaml,yml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.{json,py,rs}]
|
||||
indent_size = 4
|
||||
|
||||
[*.{c,h,h.in}]
|
||||
indent_size = 2
|
||||
max_line_length = 80
|
||||
|
||||
[NEWS]
|
||||
indent_size = 2
|
||||
max_line_length = 72
|
||||
Reference in New Issue
Block a user