This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Commit 0461c2e
Make plugin configurable via dotted
* Make plugin configurable via dotted `.sourcegraph-jetbrains.properties`
Normally configuration files for tools (especially global configuration)
tend to begin with a dot to avoid showing up in file listings and other
tools (unless desired).
This change adds `.sourcegraph-jetbrains.properties` as a candidate path
to check for the global configuration file. Since dotted files are
conventional, the path mentioned in the README has been changed to
suggest the dotted file name.
The original filename is still read as a backup for backwards
compatibility.
* Make use of path and file terminology consistent
Co-authored-by: Alexander Palmer <[email protected]>.sourcegraph-jetbrains.properties (#28)1 parent 939e2d1 commit 0461c2e
2 files changed
+25
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
83 | 104 | | |
84 | | - | |
85 | 105 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 106 | + | |
89 | 107 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 108 | | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
0 commit comments