mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Clean editorconfig config file
This commit is contained in:
parent
8f5217a959
commit
271c08ffde
@ -4,22 +4,6 @@
|
||||
root = true
|
||||
|
||||
# tab indentation
|
||||
[**.{c,h,c.in,hpp,cpp}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[sort_r.h]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[**.{sql.in,sql}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
@ -27,11 +11,3 @@ end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
|
||||
|
||||
# Matches the exact file .travis.yml
|
||||
[.travis.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user