mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
Add editorconfig.
This commit is contained in:
parent
ef0adc3244
commit
e4598ec184
19
src/.editorconfig
Normal file
19
src/.editorconfig
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
root = true
|
||||
|
||||
# Default to reasonable settings
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
# Ignore external libs
|
||||
[/external/**]
|
||||
insert_final_newline = unset
|
||||
trim_trailing_whitespace = unset
|
||||
indent_style = unset
|
||||
indent_size = unset
|
||||
|
||||
# CMake scripts, including those in the top level of external which we wrote
|
||||
[CMakeLists.txt,.cmake,/external/*.cmake]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
Loading…
x
Reference in New Issue
Block a user