Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145633392
D9411.1778349861.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
700 B
Referenced Files
None
Subscribers
None
D9411.1778349861.diff
View Options
Index: .editorconfig
===================================================================
--- .editorconfig
+++ .editorconfig
@@ -0,0 +1,30 @@
+# EditorConfig settings for FreeBSD ports tree
+# See http://EditorConfig.org for syntax
+# $FreeBSD$
+
+root = true
+
+[*]
+end_of_line = LF
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[Makefile]
+## Port makefiles
+indent_style = tabs
+indent_size = 8
+
+[Mk/**.{mk,sh}]
+## Mk/ infrastructure
+indent_style = tabs
+indent_size = 4
+
+[**/pkg-*]
+## pkg-* files: hardwrap at 80 chars
+max_line_length = 80
+
+[/{UPDATING,CHANGES}]
+## UPDATING/CHANGES - tabs become 2 spaces
+indent_style = space
+indent_size = 2
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 9, 6:04 PM (5 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28624580
Default Alt Text
D9411.1778349861.diff (700 B)
Attached To
Mode
D9411: Add .editorconfig (sane settings that work in most editors)
Attached
Detach File
Event Timeline
Log In to Comment