Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ end_of_line = unset
charset = unset
trim_trailing_whitespace = unset
insert_final_newline = unset

# Shell
[*.sh]
indent_size = 2

# YAML
[*.{yml,yaml}]
indent_size = 2
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@
*.pyc binary
*.pyo binary
*.pyd binary

# Shell
*.sh text diff=bash

# YAML
*.yml text
*.yaml text

# Configuration and lock files
*.toml text
*.lock text

# Plain text
*.txt text
Loading