1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-31 08:45:21 +02:00
Files
webslides/.editorconfig
Antonio Laguna 70bde2f4ae Entry point
2017-01-25 22:48:35 +01:00

21 lines
286 B
INI

root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 233
[*.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false