client/annotviz/.editorconfig
author rougeronj
Sat, 18 Apr 2015 09:37:57 +0200
changeset 167 2b99fed0285e
parent 85 eff9460bd4f2
permissions -rw-r--r--
Update for 'Atelier 3 jour 3' and clean gulpfile

# 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