File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # universal-language-server-plugin - Editor Configuration
2+ # https://editorconfig.org
3+
4+ root = true
5+
6+ [* ]
7+ charset = utf-8
8+ end_of_line = lf
9+ indent_size = 2
10+ indent_style = space
11+ insert_final_newline = true
12+ trim_trailing_whitespace = true
13+
14+ [* .md ]
15+ trim_trailing_whitespace = false
16+
17+ [* .adoc ]
18+ trim_trailing_whitespace = false
19+
20+ [* .rs ]
21+ indent_size = 4
22+
23+ [* .ex ]
24+ indent_size = 2
25+
26+ [* .exs ]
27+ indent_size = 2
28+
29+ [* .zig ]
30+ indent_size = 4
31+
32+ [* .ada ]
33+ indent_size = 3
34+
35+ [* .adb ]
36+ indent_size = 3
37+
38+ [* .ads ]
39+ indent_size = 3
40+
41+ [* .hs ]
42+ indent_size = 2
43+
44+ [* .res ]
45+ indent_size = 2
46+
47+ [* .resi ]
48+ indent_size = 2
49+
50+ [* .ncl ]
51+ indent_size = 2
52+
53+ [* .rkt ]
54+ indent_size = 2
55+
56+ [* .scm ]
57+ indent_size = 2
58+
59+ [* .nix ]
60+ indent_size = 2
61+
62+ [Justfile ]
63+ indent_style = space
64+ indent_size = 4
65+
66+ [justfile ]
67+ indent_style = space
68+ indent_size = 4
Original file line number Diff line number Diff line change 1+ ;; universal-language-server-plugin - Guix Channel
2+ ;; Add to ~/.config/guix/channels.scm
3+
4+ (channel
5+ (version 0)
6+ (url "https://github.com/hyperpolymath/universal-language-server-plugin")
7+ (branch "main"))
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <metadata xmlns =" http://purl.org/dc/elements/1.1/"
3+ xmlns : dcterms =" http://purl.org/dc/terms/" >
4+ <title >universal-language-server-plugin</title >
5+ <creator >Hyper Polymath</creator >
6+ <subject >RSR</subject >
7+ <description >RSR-compliant project</description >
8+ <publisher >Rhodium Standard</publisher >
9+ <date >2025</date >
10+ <type >Software</type >
11+ <identifier >https://github.com/hyperpolymath/universal-language-server-plugin</identifier >
12+ <language >en</language >
13+ <rights >AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5</rights >
14+ <dcterms : license >https://spdx.org/licenses/AGPL-3.0-or-later.html</dcterms : license >
15+ <dcterms : hasVersion >0.1.0</dcterms : hasVersion >
16+ <dcterms : isPartOf >RSR Framework</dcterms : isPartOf >
17+ </metadata >
Original file line number Diff line number Diff line change 1+ # CITATION.cff - Citation File Format for universal-language-server-plugin
2+ # https://citation-file-format.github.io/
3+ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
4+
5+ cff-version : 1.2.0
6+ title : " universal-language-server-plugin"
7+ message : " If you use this software, please cite it as below."
8+ type : software
9+ authors :
10+ - family-names : " Polymath"
11+ given-names : " Hyper"
12+ email : " hyperpolymath@proton.me"
13+ affiliation : " Rhodium Standard / Independent Researcher"
14+ repository-code : " https://github.com/hyperpolymath/universal-language-server-plugin"
15+ url : " https://rhodium.sh/projects/universal-language-server-plugin"
16+ abstract : " RSR-compliant project"
17+ keywords :
18+ - RSR
19+ - rhodium-standard
20+ license : " AGPL-3.0-or-later"
21+ license-url : " https://github.com/hyperpolymath/universal-language-server-plugin/blob/main/LICENSE.txt"
22+ version : " 0.1.0"
23+ date-released : " 2025-12-10"
File renamed without changes.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments