Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769178
D3177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3177.diff
View Options
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,54 @@
+# -------------------------------------------------------------
+# Coding styles
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# Specification: editorconfig.org
+# -------------------------------------------------------------
+
+root = true
+
+# -------------------------------------------------------------
+# General rules for source code
+#
+# Every file uses LF as line separator, should have EOL at EOF.
+# By default, source code uses 4 spaces as indent.
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+# -------------------------------------------------------------
+# Structured data
+#
+# Some structured data formats uses 2 spaces as indent
+# as they are heavily imbricated (but not XML or TOML).
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+[*.{sls,jinja,json,yml,yaml}]
+indent_size = 2
+
+# Arcanist configuration files are JSON
+[{.arcconfig,.arclint}]
+indent_size = 2
+
+# -------------------------------------------------------------
+# Special cases
+#
+# :: Makefile
+# :: Documentation
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+# In Makefile, <tab> and spaces have different meanings
+[Makefile,GNUmakefile,BSDmakefile]
+indent_style = tab
+
+# Special cases for documentation with significant whitespaces at EOL
+[*.md]
+trim_trailing_whitespace = false
+indent_size =
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 13:24 (18 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260247
Default Alt Text
D3177.diff (1 KB)
Attached To
Mode
D3177: Provide EditorConfig
Attached
Detach File
Event Timeline
Log In to Comment