diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-12 03:00:31 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-12 03:00:31 -0500 |
| commit | f3b9d577c2a64e8a81f7d1c75c1eb560b1940f62 (patch) | |
| tree | c0a9ee0cc6b12894bbeab6be3cb6acfafa0c9ab7 /nextlang.c | |
| parent | 6bc9e78aef0a67cde9831806198e79c73b6acad4 (diff) | |
Misc fixes for __stack, yes, no, etc
Diffstat (limited to 'nextlang.c')
| -rw-r--r-- | nextlang.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ int main(int argc, char *argv[]) errx(1, "Couldn't set printf specifier"); const char *autofmt = getenv("AUTOFMT"); - if (!autofmt) autofmt = "indent -kr -nut"; + if (!autofmt) autofmt = "indent -kr -l100 -nbbo -nut"; file_t *f = load_file(argv[1]); |
