Browse Source

Merge 65eb7464b8 into fe09e5964d

pull/85/merge
Chris 8 years ago
committed by GitHub
parent
commit
d761d6d728
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .editorconfig
  2. 4
      bibtexbrowser.php

13
.editorconfig

@ -0,0 +1,13 @@
root = true
; applies to all files
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
; applies only to PHP files
[**.php]
indent_style = space
indent_size = 4

4
bibtexbrowser.php

@ -1,4 +1,5 @@
<?php /* bibtexbrowser: publication lists with bibtex and PHP
<?php
/* bibtexbrowser: publication lists with bibtex and PHP
<!--this is version from commit __GITHUB__ -->
URL: http://www.monperrus.net/martin/bibtexbrowser/
Questions & Bug Reports: https://github.com/monperrus/bibtexbrowser/issues
@ -4783,4 +4784,3 @@ function bibtexbrowser_cli($arguments) {
$class = BIBTEXBROWSER_MAIN;// extension point
$main = new $class();
$main->main();
?>
Loading…
Cancel
Save