pixijs/pixi-haxe

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://EditorConfig.org
root = true

[*]
indent_style = tab
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true

[*.hx]
end_of_line = lf