diff options
author | Case Duckworth | 2022-06-09 17:23:26 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-09 17:23:26 -0500 |
commit | ae535f1064599a0126c1bf197edb5f2ae1777b09 (patch) | |
tree | 8e1defc4df1019ac31b1fd77c51172bbf63e9835 | |
parent | Apply my personal configurations to cgit (diff) | |
download | cgit-ae535f1064599a0126c1bf197edb5f2ae1777b09.tar.gz cgit-ae535f1064599a0126c1bf197edb5f2ae1777b09.zip |
Add file-local variables
-rw-r--r-- | cgit.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index ee2ab11..4ece3a5 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -890,3 +890,7 @@ div#cgit div.content pre>code { | |||
890 | padding: 1ch; | 890 | padding: 1ch; |
891 | display: block; | 891 | display: block; |
892 | } | 892 | } |
893 | |||
894 | /* Local Variables: */ | ||
895 | /* indent-tabs-mode: t */ | ||
896 | /* End: */ | ||