make editorconfig checker happy
This commit is contained in:
parent
91df2623d7
commit
93ca80fa3a
2 changed files with 6 additions and 2 deletions
|
@ -15,6 +15,9 @@ indent_size = 4
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[scripts/*.mk]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
[prompts/*.txt]
|
[prompts/*.txt]
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,8 @@ else
|
||||||
else
|
else
|
||||||
GF_CC_IS_APPLE_CLANG = 1
|
GF_CC_IS_APPLE_CLANG = 1
|
||||||
endif
|
endif
|
||||||
GF_CC_VER := $(shell $(GF_CC) --version | sed -n 's/^.* version \([0-9.]*\).*$$/\1/p' \
|
GF_CC_VER := \
|
||||||
|
$(shell $(GF_CC) --version | sed -n 's/^.* version \([0-9.]*\).*$$/\1/p' \
|
||||||
| awk -F. '{ printf("%02d%02d%02d", $$1, $$2, $$3) }')
|
| awk -F. '{ printf("%02d%02d%02d", $$1, $$2, $$3) }')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue