You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/15 01:51:38 UTC

[petri-site] branch master updated: Create .editorconfig

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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 49ed9a0  Create .editorconfig
     new a13d56a  Merge pull request #10 from jbampton/create-editorconfig-file
49ed9a0 is described below

commit 49ed9a0a846c064f256ec3eaadf8a2d370954130
Author: John Bampton <jb...@gmail.com>
AuthorDate: Mon Mar 15 07:01:20 2021 +1000

    Create .editorconfig
---
 .editorconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..591e6ee
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# 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