mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +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
|
||||
.pylintrc
|
||||
.projectile
|
||||
.editorconfig
|
||||
.clang-format
|
||||
.style.yapf
|
||||
.irony
|
||||
|
||||
5
Makefile
5
Makefile
@ -31,7 +31,7 @@ DOCPREFIX = "ballisticacore_"
|
||||
# things like tool config files, etc.
|
||||
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
|
||||
.pylintrc .style.yapf .clang-format \
|
||||
.projectile
|
||||
.projectile .editorconfig
|
||||
|
||||
# List the targets in this Makefile and basic descriptions for them.
|
||||
list:
|
||||
@ -310,6 +310,9 @@ TOOL_CFG_SRC = tools/efrotools/snippets.py config/config.json
|
||||
.projectile: config/toolconfigsrc/projectile ${TOOL_CFG_SRC}
|
||||
${TOOL_CFG_INST} $< $@
|
||||
|
||||
.editorconfig: config/toolconfigsrc/editorconfig ${TOOL_CFG_SRC}
|
||||
${TOOL_CFG_INST} $< $@
|
||||
|
||||
.dir-locals.el: config/toolconfigsrc/dir-locals.el ${TOOL_CFG_SRC}
|
||||
${TOOL_CFG_INST} $< $@
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user