From b3303c3a32b94b61f82e739d8d494752047f11c1 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 1 Feb 2015 10:14:17 +0100 Subject: Added BGFX latest code to 3rdparty (nw) --- 3rdparty/bx/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3rdparty/bx/.editorconfig (limited to '3rdparty/bx/.editorconfig') 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 -- cgit v1.2.3-70-g09d2