diff --git a/.editorconfig b/.editorconfig --- a/.editorconfig +++ b/.editorconfig @@ -3,9 +3,15 @@ [*] indent_style = space indent_size = 2 +end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +max_line_length = 80 + +[resources/ssl/*.pem] +charset = latin1 +max_line_length = [src/markup/engine/__tests__/remarkup/*.txt] trim_trailing_whitespace = false @@ -13,6 +19,10 @@ [src/parser/__tests__/json/*.data] insert_final_newline = false +max_line_length = + +[src/parser/__tests__/json/*.json] +max_line_length = [src/parser/__tests__/languageguesser/*] indent_style = @@ -20,6 +30,9 @@ [Makefile] indent_style = tab +[src/markup/syntax/highlighter/__tests__/phpfragment/*.expect] +max_line_length = + [externals/**] ; Use editor default (possible autodetection). indent_style = diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,3 @@ - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/