Skip to content

Commit b6d5c31

Browse files
committed
Add config for Julia files
1 parent 43e900d commit b6d5c31

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ indent_style = tab
1212
[*.py]
1313
indent_style = space
1414

15+
[*.jl]
16+
indent_style = tab
17+
1518
[*.md]
1619
indent_style = space
1720
indent_size = 4

TODO.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888

8989
* [`catharsis`](https://github.com/hegemonic/catharsis)
9090

91+
* [`doctor`](https://github.com/jdeal/doctor)
92+
9193
* ...
9294

9395
10. debug [eval sources](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Debug_eval_sources)
@@ -1403,6 +1405,10 @@
14031405
14041406
317. Investigate [vintage-streams](https://github.com/mafintosh/vintage-streams)
14051407
1408+
318. regular expression [generation](https://github.com/devongovett/regexgen)
1409+
1410+
319. ability to search for issues from [CLI](https://github.com/seanzarrin/npm-issues) for deps/pkgs
1411+
14061412
14071413
---
14081414
@@ -1728,7 +1734,7 @@
17281734
17291735
64. [is-callable](https://github.com/ljharb/is-callable/blob/master/index.js)
17301736
1731-
65. [bithacks](http://graphics.stanford.edu/~seander/bithacks.html) and [twiddle](https://github.com/mikolalysenko/bit-twiddle/blob/master/twiddle.js)
1737+
65. [bithacks](http://graphics.stanford.edu/~seander/bithacks.html) and [twiddle](https://github.com/mikolalysenko/bit-twiddle/blob/master/twiddle.js) and [awesome](https://github.com/keonkim/awesome-bits)
17321738
17331739
66. [foreach](https://github.com/manuelstofer/foreach/blob/master/index.js), [foreach](https://github.com/sindresorhus/each-async/blob/master/index.js), [foreach](https://github.com/Raynos/for-each)
17341740

0 commit comments

Comments
 (0)