diff options
author | 2015-02-01 10:14:17 +0100 | |
---|---|---|
committer | 2015-02-01 10:14:17 +0100 | |
commit | b3303c3a32b94b61f82e739d8d494752047f11c1 (patch) | |
tree | 1383c753eaebdfa039f1768f55c96fe800ce020f /3rdparty/bx/.editorconfig | |
parent | 09b6ec9869349cf9befd8c3589f1dccb32bacd1a (diff) |
Added BGFX latest code to 3rdparty (nw)
Diffstat (limited to '3rdparty/bx/.editorconfig')
-rw-r--r-- | 3rdparty/bx/.editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3rdparty/bx/.editorconfig b/3rdparty/bx/.editorconfig new file mode 100644 index 00000000000..e9070240b79 --- /dev/null +++ b/3rdparty/bx/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +max_line_length = 100 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false +max_line_length = 80 |