mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +08:00
moved editorconfig to toolconfigsrc
This commit is contained in:
parent
a30d8418c7
commit
6f172509d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@ local.properties
|
|||||||
.flycheck-dir-locals.el
|
.flycheck-dir-locals.el
|
||||||
.pylintrc
|
.pylintrc
|
||||||
.projectile
|
.projectile
|
||||||
|
.editorconfig
|
||||||
.clang-format
|
.clang-format
|
||||||
.style.yapf
|
.style.yapf
|
||||||
.irony
|
.irony
|
||||||
|
|||||||
5
Makefile
5
Makefile
@ -31,7 +31,7 @@ DOCPREFIX = "ballisticacore_"
|
|||||||
# things like tool config files, etc.
|
# things like tool config files, etc.
|
||||||
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
|
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
|
||||||
.pylintrc .style.yapf .clang-format \
|
.pylintrc .style.yapf .clang-format \
|
||||||
.projectile
|
.projectile .editorconfig
|
||||||
|
|
||||||
# List the targets in this Makefile and basic descriptions for them.
|
# List the targets in this Makefile and basic descriptions for them.
|
||||||
list:
|
list:
|
||||||
@ -310,6 +310,9 @@ TOOL_CFG_SRC = tools/efrotools/snippets.py config/config.json
|
|||||||
.projectile: config/toolconfigsrc/projectile ${TOOL_CFG_SRC}
|
.projectile: config/toolconfigsrc/projectile ${TOOL_CFG_SRC}
|
||||||
${TOOL_CFG_INST} $< $@
|
${TOOL_CFG_INST} $< $@
|
||||||
|
|
||||||
|
.editorconfig: config/toolconfigsrc/editorconfig ${TOOL_CFG_SRC}
|
||||||
|
${TOOL_CFG_INST} $< $@
|
||||||
|
|
||||||
.dir-locals.el: config/toolconfigsrc/dir-locals.el ${TOOL_CFG_SRC}
|
.dir-locals.el: config/toolconfigsrc/dir-locals.el ${TOOL_CFG_SRC}
|
||||||
${TOOL_CFG_INST} $< $@
|
${TOOL_CFG_INST} $< $@
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user