Archived
1
This repository has been archived on 2025-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
playbookctl/internal/space_creator/static/editorconfig.txt
2024-12-23 01:55:48 +03:00

15 lines
198 B
Plaintext

root = true
[*.{sh,yml}]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.sh]
indent_size = 4
max_line_length = 80
[*.yml]
indent_size = 2
max_line_length = 80