[Pkg-bitcoin-commits] [python-quamash] 107/269: Add EditorConfig file

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit b908b5ecec52a63b1dd3db2d2f07b0f6806693ea
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Tue Jul 22 19:19:33 2014 +0200

    Add EditorConfig file
---
 .editorconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..d56be6e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# Top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+# 4 space tabbed indentation
+[*.py]
+indent_style = tab
+indent_size = 4
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list