aggressive-indent-mode
Reindenting tool
A minor mode that automatically reindents Emacs code after changes
Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode.
854 stars
18 watching
35 forks
Language: Emacs Lisp
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
johnmastro/trident-mode.el | A tool for live Parenscript interaction and debugging in Emacs | 77 |
antonj/highlight-indentation-for-emacs | A plugin for Emacs that highlights indentation guides in source code | 470 |
darazaki/indent-o-matic | Automatically detects and sets standard indentation in Neovim text files | 187 |
fuco1/smartparens | A minor mode for Emacs that helps manage pairs of parentheses and other brackets in code | 1,836 |
nvimdev/indentmini.nvim | A minimal and fast indentation plugin for Neovim | 211 |
nmac427/guess-indent.nvim | Automatically detects and adjusts indentation settings based on file contents | 425 |
sarcasm/irony-mode | An Emacs minor mode for C/C++ coding with enhanced editing features powered by libclang. | 912 |
vidocqh/auto-indent.nvim | Automatically indents code with press of a key when cursor is at the beginning of a line | 75 |
hackalyze/ue4-vs-extensions | An extension to help fix unnecessary indentations around specific macros in Visual Studio | 276 |
rejeep/wrap-region.el | Emacs minor mode to wrap text with tags or punctuations. | 139 |
jacott/enhanced-ruby-mode | A Ruby mode for Emacs that uses Ripper to parse and indent source code | 53 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
adopted-ember-addons/ember-autoresize | A tool that enables dynamic resizing of HTML input and textarea elements based on user input. | 88 |
sindresorhus/indent-string-cli | A command-line tool for indenting lines of text | 5 |
kana/vim-textobj-indent | A Vim plugin that provides text objects for identifying and manipulating indented blocks of lines in source code. | 168 |