Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这与如何在 Emacs 中将 php-mode 中的缩进更改为 2 个空格?但对于 javascript 模式,我也尝试过
(setq c-basic-offset 2)
但它不起作用。
也发现了这个
(setq js-indent-level 2)
I'm playing around with EF, trying to get my bearings. Right now I'm writing a blackjack game for a website. The problem is that my whenever I pull a GameState from the database, the playerHand
GameState
playerHand