client/pianoroll/.editorconfig
author rougeronj
Thu, 16 Apr 2015 14:25:23 +0200
changeset 157 8d9236956d65
parent 84 d7c5bffdd2d8
permissions -rw-r--r--
update time

# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false