diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0e6c7af --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 diff --git a/LICENSE.txt b/LICENSE.txt index baca86f..b5a9d32 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/composer.json b/composer.json index 1439b82..c6e30be 100644 --- a/composer.json +++ b/composer.json @@ -15,4 +15,4 @@ "autoload": { "psr-0": {"Parsedown": ""} } -} \ No newline at end of file +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4c55dc2..8e8d75b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,4 +5,4 @@ tests/Test.php - \ No newline at end of file +