mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: uncrustify
Notable changes: replace all infinite loops to `while(true)` and remove `int` from `unsigned int`.
This commit is contained in:
@@ -607,7 +607,7 @@ struct file_buffer {
|
||||
int b_p_ai; ///< 'autoindent'
|
||||
int b_p_ai_nopaste; ///< b_p_ai saved for paste mode
|
||||
char *b_p_bkc; ///< 'backupco
|
||||
unsigned int b_bkc_flags; ///< flags for 'backupco
|
||||
unsigned b_bkc_flags; ///< flags for 'backupco
|
||||
int b_p_ci; ///< 'copyindent'
|
||||
int b_p_bin; ///< 'binary'
|
||||
int b_p_bomb; ///< 'bomb'
|
||||
|
Reference in New Issue
Block a user