-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f5fe29
commit 479761f
Showing
8 changed files
with
58 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# vim: filetype=editorconfig | ||
root = true | ||
|
||
[*] | ||
max_line_length = 80 | ||
end_of_line = lf | ||
charset = utf-8 | ||
insert_final_newline = true | ||
indent_style = tab | ||
indent_size = 3 | ||
tab_width = 3 | ||
trim_trailing_whitespace = true | ||
|
||
[*.{yml,yaml,scm,cff}] | ||
indent_style = space | ||
indent_size = 2 | ||
tab_width = 2 | ||
|
||
[*.py] | ||
indent_style = space | ||
indent_size = 4 | ||
tab_width = 4 | ||
|
||
[*.md] | ||
indent_size = 4 | ||
tab_width = 4 | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json | ||
#─────────────────────────────────────────────────────────────────────────────── | ||
# Defaults https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml | ||
# DOCS https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md | ||
#─────────────────────────────────────────────────────────────────────────────── | ||
|
||
# MODIFIED SETTINGS | ||
blanks-around-headings: | ||
lines_below: 0 # space waster | ||
ul-style: { style: sublist } | ||
|
||
# not autofixable | ||
ol-prefix: { style: ordered } | ||
line-length: | ||
tables: false | ||
code_blocks: false | ||
no-inline-html: | ||
allowed_elements: [img, details, summary, kbd, a, br] | ||
|
||
#───────────────────────────────────────────────────────────────────────────── | ||
# DISABLED | ||
ul-indent: false # not compatible with using tabs | ||
no-hard-tabs: false # taken care of by editorconfig | ||
blanks-around-lists: false # space waster | ||
first-line-heading: false # e.g., ignore-comments | ||
no-emphasis-as-heading: false # sometimes useful |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ prefs.plist | |
README.md | ||
LICENSE | ||
Makefile | ||
build-and-release.sh | ||
.build-and-release.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ transfer-local-files: | |
git status --short | ||
|
||
release: | ||
zsh ./build-and-release.sh | ||
zsh ./.build-and-release.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/chrisgrieser/.config/_linter-configs/alfred.d.ts | ||
/Users/chrisgrieser/.config/+ linter-configs/jxa/alfred.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/chrisgrieser/.config/_linter-configs/jsconfig.json | ||
/Users/chrisgrieser/.config/+ linter-configs/jxa/jsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/Users/chrisgrieser/.config/_linter-configs/jxa-globals.d.ts | ||
/Users/chrisgrieser/.config/+ linter-configs/jxa/jxa-globals.d.ts |