mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cc: add file style selector to clang-format
This commit is contained in:
parent
8bd17c8016
commit
f0efb42a30
@ -38,7 +38,7 @@ fn (v mut V) cc() {
|
|||||||
ends_with_js := v.out_name.ends_with('.js')
|
ends_with_js := v.out_name.ends_with('.js')
|
||||||
|
|
||||||
if v.pref.is_pretty_c && !ends_with_js {
|
if v.pref.is_pretty_c && !ends_with_js {
|
||||||
format_result := os.exec('clang-format -i "$v.out_name_c"') or {
|
format_result := os.exec('clang-format -i -style=file "$v.out_name_c"') or {
|
||||||
eprintln('clang-format not found')
|
eprintln('clang-format not found')
|
||||||
os.Result{exit_code:-1}
|
os.Result{exit_code:-1}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user