You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do I disable the c-c++ auto indentation on paste?
every time I paste anything it tries to 'auto format' the pasted code and auto format the code below.
example:
foo()
It also tries to break lines it considers too long like:
/*some line here it considers too long */
even though it is under my
fill-collumn
is there some variable I can set to disable this?
config:
additional settings:
I've tested disabling
(auto-fill-mode)
, but it didn't change anything.Beta Was this translation helpful? Give feedback.
All reactions