Fixed whitespacing issues

This commit is contained in:
Denton Liu 2016-05-24 12:09:59 -04:00
parent a67317928a
commit 5d084afa81

View File

@ -30,34 +30,34 @@ Available Solidity Integrations
------------------------------- -------------------------------
* `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_ * `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
* `Ethereum Studio <https://live.ether.camp/>`_ * `Ethereum Studio <https://live.ether.camp/>`_
Specialized web IDE that also provides shell access to a complete Ethereum environment. Specialized web IDE that also provides shell access to a complete Ethereum environment.
* `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ * `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_
Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler.
* `Mix IDE <https://github.com/ethereum/mix/>`_ * `Mix IDE <https://github.com/ethereum/mix/>`_
Qt based IDE for designing, debugging and testing solidity smart contracts. Qt based IDE for designing, debugging and testing solidity smart contracts.
* `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_ * `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_
Solidity syntax highlighting for SublimeText editor. Solidity syntax highlighting for SublimeText editor.
* `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_ * `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_
Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node). Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node).
* `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_
Plugin for the atom editor that provides solidity linting Plugin for the atom editor that provides solidity linting
* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_ * `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_
Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
* `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_ * `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_
Plugin for the emacs editor providing syntax highlighting and compilation error reporting. Plugin for the emacs editor providing syntax highlighting and compilation error reporting.
* `VIM Solidity <https://github.com/tomlion/vim-solidity/>`_ * `VIM Solidity <https://github.com/tomlion/vim-solidity/>`_
Plugin for the VIM editor providing syntax highlighting. Plugin for the VIM editor providing syntax highlighting.
Language Documentation Language Documentation
---------------------- ----------------------