1
0
Fork 0
forked from github/pelican

Add .yaml file extension to EditorConfig

This commit is contained in:
Justin Mayer 2021-02-18 15:06:29 +01:00
commit cdec530572

View file

@ -11,5 +11,5 @@ trim_trailing_whitespace = true
[*.py]
max_line_length = 79
[*.yml]
[*.{yml,yaml}]
indent_size = 2