js-openstack-lib/.editorconfig
Michael Krotscheck 9003076f2c
Initial commit of project.
An initial commit of the project, with the OpenStack's CTI elements
enabled. No actual code has been added yet.
2016-05-20 12:12:21 -07:00

13 lines
188 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false