amneziawg-installer/.editorconfig
Ivan Bondarev f0dd033434 fix: update stale version URLs, correct EN script references, improve repo config
- Update version-pinned URLs from v5.8.3 to v5.10.0 in ADVANCED docs
- Fix EN scripts referencing RU installer name in error messages
- Fix EN docs command examples to use install_amneziawg_en.sh
- Clarify workflow_dispatch availability in CONTRIBUTING.md
- Add build artifact patterns to .gitignore (output/, *.deb, *.sha256)
- Extend .editorconfig to cover .bash and .bats files
- Add Troubleshooting and Ecosystem sections to README TOC
2026-04-19 01:17:51 +03:00

18 lines
254 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{sh,bash,bats}]
indent_style = space
indent_size = 4
[*.{md,yml,yaml}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab