should be it
This commit is contained in:
53
external/duckdb/.editorconfig
vendored
Normal file
53
external/duckdb/.editorconfig
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*.{c,cpp,h,hpp}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
max_line_length = 120
|
||||
x-soft-wrap-text = true
|
||||
x-soft-wrap-mode = CharacterWidth
|
||||
x-soft-wrap-limit = 120
|
||||
x-show-invisibles = false
|
||||
x-show-spaces = false
|
||||
|
||||
[*.{java}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = false
|
||||
charset = utf-8
|
||||
max_line_length = 120
|
||||
x-soft-wrap-text = true
|
||||
x-soft-wrap-mode = CharacterWidth
|
||||
x-soft-wrap-limit = 120
|
||||
x-show-invisibles = false
|
||||
x-show-spaces = false
|
||||
|
||||
[*.{test,test_slow,test_coverage,benchmark}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = false
|
||||
charset = utf-8
|
||||
x-soft-wrap-text = false
|
||||
|
||||
[Makefile]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
x-soft-wrap-text = false
|
||||
|
||||
[*keywords.list]
|
||||
insert_final_newline = false
|
||||
Reference in New Issue
Block a user