Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15458218
D11641.id28019.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
D11641.id28019.diff
View Options
diff --git a/.arclint b/.arclint
--- a/.arclint
+++ b/.arclint
@@ -1,9 +1,6 @@
{
"exclude": [
- "(^externals/)",
- "(^src/console/__tests__/wrap/.*\\.txt(\\.expect)?$)",
- "(^src/markup/engine/__tests__/remarkup/.*\\.txt$)",
- "(^src/markup/syntax/highlighter/__tests__/xhpast/.*\\.(expect|source)$)"
+ "(^externals/)"
],
"linters": {
"chmod": {
diff --git a/.editorconfig b/.editorconfig
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,9 +3,15 @@
[*]
indent_style = space
indent_size = 2
+end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
+max_line_length = 80
+
+[resources/ssl/*.pem]
+charset = latin1
+max_line_length =
[src/markup/engine/__tests__/remarkup/*.txt]
trim_trailing_whitespace = false
@@ -13,6 +19,10 @@
[src/parser/__tests__/json/*.data]
insert_final_newline = false
+max_line_length =
+
+[src/parser/__tests__/json/*.json]
+max_line_length =
[src/parser/__tests__/languageguesser/*]
indent_style =
@@ -20,6 +30,25 @@
[Makefile]
indent_style = tab
+[src/markup/syntax/highlighter/__tests__/phpfragment/*.expect]
+max_line_length =
+
+[src/console/__tests__/wrap/*.txt{,.expect}]
+charset = latin1
+trim_trailing_whitespace = false
+insert_final_newline = false
+max_line_length =
+
+[src/markup/engine/__tests__/remarkup/*.txt]
+trim_trailing_whitespace = false
+max_line_length =
+
+[src/markup/syntax/highlighter/__tests__/xhpast/*.expect]
+max_line_length =
+
+[src/markup/syntax/highlighter/__tests__/xhpast/*.{expect,source}]
+insert_final_newline = false
+
[externals/**]
; Use editor default (possible autodetection).
indent_style =
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,3 @@
-
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 31, 9:49 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7715527
Default Alt Text
D11641.id28019.diff (1 KB)
Attached To
Mode
D11641: Fix text lint issues
Attached
Detach File
Event Timeline
Log In to Comment