Open CyberShadow opened 3 years ago
I just tried the example in the README, but that seems to require a certain cc-mode configuration, as by default it indents array literal continuation with just a single level of indentation. I don't know how to configure cc-mode in a way that would reproduce the behavior in the README example.
Aha, it's because, tab-width
and c-basic-offset
must match. (By default they are 8 and 2 respectively.)
I think this needs to be mentioned in the documentation.
Have you solved this problem? I can't get smart-tabs to work too (even when tab-width
and c-basic-offset
match). Is this project dead?
Hi,
I can't get this package to work in the simplest case imaginable.
Here is a self-contained script which reproduces the problem:
Run with
emacs -Q --load test.el
.Running the script shows that the file is indented with tabs:
Have recent Emacs versions completely broken this package?