mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-07-05 15:18:45 -07:00
chore(editorconfig): initial setup
See https://editorconfig.org/. `.editorconfig` should help contributors by not having them to set up configs on their own sides for their code editor of choice. Editorconfig also has plugins for most commonly used code editors
This commit is contained in:
committed by
Leonid Pliushch
parent
665ae2b8b0
commit
9384f947f3
@@ -0,0 +1,35 @@
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{patch,.diff,.patch.*}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.sh]
|
||||
indent_style = tab
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[repo.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[Dockerfile]
|
||||
indent_style = tab
|
||||
|
||||
[scripts/profile.json]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[ndk-patches/*.h]
|
||||
indent_style = tab
|
||||
Reference in New Issue
Block a user