mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
code style: add indentation rules for makefiles
(and remove some web file types that will probably never be in APM)
This commit is contained in:
parent
f29ad3a2e0
commit
55d926b055
@ -11,17 +11,15 @@ root = true
|
|||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_size = 8
|
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.coffee]
|
[*.mk]
|
||||||
indent_size = 2
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
|
|
||||||
[*.js]
|
[{makefile,Makefile}]
|
||||||
indent_size = 2
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
# [*.md]
|
|
||||||
# trim_trailing_whitespace = false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user