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.

GitHub

853 stars
18 watching
35 forks
Language: Emacs Lisp
last commit: 5 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
johnmastro/trident-mode.el A tool for live Parenscript interaction and debugging in Emacs 76
antonj/highlight-indentation-for-emacs A plugin for Emacs that highlights indentation guides in source code 467
darazaki/indent-o-matic Automatically detects and sets standard indentation in Neovim text files 184
fuco1/smartparens A minor mode for Emacs that helps manage pairs of parentheses and other brackets in code 1,835
nvimdev/indentmini.nvim A minimal and fast indentation plugin for Neovim 206
nmac427/guess-indent.nvim Automatically detects and adjusts indentation settings based on file contents 415
sarcasm/irony-mode An Emacs minor mode for C/C++ coding with enhanced editing features powered by libclang. 910
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 An Emacs extension that enhances Ruby syntax highlighting and indentation using the Ripper class from Ruby 1.9.2. 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. 87
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. 167