Formatting change to switch indentation style

This commit is contained in:
Bruce Hill 2021-09-29 14:40:03 -07:00
parent 303b6bad08
commit 5559171fe4
8 changed files with 151 additions and 151 deletions

2
bb.c
View File

@ -1238,4 +1238,4 @@ int main(int argc, char *argv[])
return 0;
}
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

2
draw.c
View File

@ -405,4 +405,4 @@ void render(FILE *out, bb_t *bb)
fflush(out);
bb->dirty = 0;
}
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

2
draw.h
View File

@ -65,4 +65,4 @@ void col_size(entry_t *entry, const char *color, char *buf, int width);
void col_name(entry_t *entry, const char *color, char *buf, int width);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

View File

@ -267,4 +267,4 @@ int bkeywithname(const char *name)
}
return strlen(name) == 1 ? name[0] : -1;
}
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

View File

@ -83,4 +83,4 @@ char *bkeyname(int key, char *buf);
int bkeywithname(const char *name);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

View File

@ -86,4 +86,4 @@ typedef struct {
} binding_t;
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

View File

@ -54,4 +54,4 @@ void delete(void *p)
}
}
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0

View File

@ -76,4 +76,4 @@ __attribute__((nonnull))
void delete(void *p);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0