You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/02/13 13:31:41 UTC

[myfaces-tobago] 10/32: cherrypick from 2.x: chore: add .editorconfig file

This is an automated email from the ASF dual-hosted git repository.

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit e7465a00eee3d927f019c4729df576153c80a393
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Jan 26 15:15:35 2022 +0100

    cherrypick from 2.x: chore: add .editorconfig file
---
 .editorconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..58be185
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true