diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-13 23:03:58 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-13 23:03:58 -0500 |
| commit | b3f61e16ce3c156a19b8a07ebca17e95cd919c35 (patch) | |
| tree | 4b58fa95575572b65536968ae65cd2d3b331cf65 /nextlang.c | |
| parent | c11122caaf3b2cc9e8ff4a06d6e3cda7e12507e1 (diff) | |
Tweak whitespace formatting
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 -l100 -nbbo -nut"; + if (!autofmt) autofmt = "indent -kr -l100 -nbbo -nut -sob"; file_t *f = load_file(argv[1]); |
