Hugo Bernier 0868acab74
Added enhanced list formatting web part sample (#1175)
* Added enhanced list formatting web part sample

* Update README.md

* Fixed minor issue with read only render

* Added descriptions to monaco editor window

* Removed duplicated resources

* Fixed markdown lint issues
2020-03-19 17:44:32 +02:00

25 lines
475 B
INI

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# change these settings to your own preference
indent_style = space
indent_size = 2
# we recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package,bower}.json]
indent_style = space
indent_size = 2