This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Set Solidity mode to spaces
master
ßingen
7 years ago
parent
97496ea702
commit
52c3c6a3ff
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
lisp/init-solidity.el
+ 1
- 0
lisp/init-solidity.el
View File
@@ -6,6 +6,7 @@
;; https://emacs.stackexchange.com/a/17565/12560
(defun solidity-custom-settings ()
(setq indent-tabs-mode nil)
(setq tab-width 4)
(setq c-basic-offset 4))
Write
Preview
Loading…
Cancel
Save