mirror of
https://github.com/bivlked/amneziawg-installer.git
synced 2026-07-09 17:29:19 +00:00
- 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
18 lines
254 B
INI
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
|