Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 225 Bytes

File metadata and controls

13 lines (9 loc) · 225 Bytes

EditorConfig for YAML

I am using the basic EditorConfig configuration for YAML files.

[*.{yml,yaml}]
indent_style = space
indent_size = 2

References