mirror of
https://github.com/IgorKha/wireguard-mikrotik.git
synced 2025-08-04 18:24:36 +02:00
13 lines
173 B
INI
13 lines
173 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.yaml]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
# kate: hl ini;
|