Remove unnecessary folding rules and update .gitattributes
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -1,5 +1,5 @@
|
||||
# See: https://axvr.io/projects/ascribe/
|
||||
* text=auto eol=lf final-newline trim-trailing-whitespace
|
||||
* text=auto eol=lf final-newline
|
||||
*.vim line-length=78 expand-tab tab-stop=4
|
||||
doc/* line-length=78 expand-tab tab-stop=4
|
||||
*.md line-length=80 expand-tab tab-stop=4
|
||||
*.org line-length=80 expand-tab tab-stop=4
|
||||
|
||||
@@ -18,7 +18,6 @@ setlocal foldmethod=expr
|
||||
if org#option('org_clean_folds', 0)
|
||||
setlocal foldtext=org#fold_text()
|
||||
setlocal fillchars-=fold:-
|
||||
setlocal fillchars-=fold:\
|
||||
endif
|
||||
|
||||
" Conceal Org mode link syntax
|
||||
|
||||
@@ -16,5 +16,4 @@ setlocal foldmethod=expr
|
||||
if org#option('org_clean_folds', 0)
|
||||
setlocal foldtext=org#fold_text()
|
||||
setlocal fillchars-=fold:-
|
||||
setlocal fillchars-=fold:\
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user