panoskj / nppAutoDetectIndent

Auto detect indention plugin for Notepad++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Detect Indention Plugin for Notepad++ AppVeyor build status

Detects indention (tab or spaces) and auto adjust Tab key on-the-fly

What It Does

Indention used in file Tab key
Tabs 1 tab
For example: 3 Spaces 3 spaces
Cannot determine Depends on Notepad++ settings

Installation

  1. Extract the downloaded archive
  2. Depending on your Notepad++ version (x86 or x64), move the respective nppAutoDetectIndent.dll into Notepad++ plugin folder.
    For Notepad++ x86: C:\Program Files (x86)\Notepad++\plugins
    For Notepad++ x64: C:\Program Files\Notepad++\plugins

Download

Releases page (x86 & x64 included)

Why

Many projects have differnet coding style requirements, some use tabs other prefer spaces.
And there is this holy war of tabs or spaces.

I first discovered this function in Geany editor: detecting-indent-type
I thought it's cool because you don't have to worry about having the correct settings in your editor nor care about editorconfig, it just works!

Compiler

Visual Studio 2017 Community

License

See LICENSE file

About

Auto detect indention plugin for Notepad++

License:GNU General Public License v3.0


Languages

Language:C++ 95.3%Language:C 4.7%