• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionc6d4051b0b62cd0832ba28a06d829ff36ea0e30e (tree)
Zeit2024-05-06 18:02:23
Autor(del#271881)
Commiterqq542vev

Log Message

インデントを調整。

Ändern Zusammenfassung

Diff

--- a/.markuplintrc
+++ b/.markuplintrc
@@ -1,21 +1,21 @@
11 {
22 "rules": {
33 "invalid-attr": {
4- "options": {
5- "allowAttrs": [
6- "about",
7- "content",
8- "datatype",
9- "inlist",
10- "prefix",
11- "property",
12- "rel",
13- "resource",
14- "rev",
15- "typeof",
16- "vocab"
17- ]
18- }
19- }
4+ "options": {
5+ "allowAttrs": [
6+ "about",
7+ "content",
8+ "datatype",
9+ "inlist",
10+ "prefix",
11+ "property",
12+ "rel",
13+ "resource",
14+ "rev",
15+ "typeof",
16+ "vocab"
17+ ]
18+ }
19+ }
2020 }
2121 }