This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/main by this push:
new e81bf3aa6 Add basic EditorConfig file (#248)
e81bf3aa6 is described below
commit e81bf3aa6ca75e9c7bcb67acc5229cb10f11f9df
Author: John Bampton <[email protected]>
AuthorDate: Wed Nov 5 19:39:30 2025 +1000
Add basic EditorConfig file (#248)
---
.editorconfig | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..35766edb2
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# EditorConfig is awesome: https://editorconfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true